home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / menus / panman15.zip / PMDIR.BAT < prev    next >
DOS Batch File  |  1990-07-28  |  203b  |  12 lines

  1. Echo Off
  2. Rem : PMDIR.BAT : %1=Panel, %2=P/p to pause, %3=Directory,
  3. Rem :             %4-%9=Command Line
  4. Cls
  5. ChDir %3
  6. %4 %5 %6 %7 %8 %9
  7. If [%2]==[P] Pause
  8. If [%2]==[p] Pause
  9. Echo  
  10. ChDir \
  11. %1
  12.